VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / PutBinary Method / PutBinary(Int32,Byte[]) Method
Zero-based column's index in the row
The value to assign


In This Topic
    PutBinary(Int32,Byte[]) Method
    In This Topic
    Assign array of bytes value to column by column's order in the row
    Syntax
    'Declaration
     
    
    Overloads Sub PutBinary( _
       ByVal index As System.Integer, _
       ByVal value() As System.Byte _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim index As System.Integer
    Dim value() As System.Byte
     
    instance.PutBinary(index, value)
    void PutBinary( 
       System.int index,
       System.byte[] value
    )

    Parameters

    index
    Zero-based column's index in the row
    value
    The value to assign
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also